SpreadsheetGear 2017
SummaryRow Property (IOutline)






SpreadsheetGear Namespace > IOutline Interface : SummaryRow Property
Specifies whether summary rows are above or below detail rows.
Syntax
'Declaration
 
Property SummaryRow As SummaryRow
'Usage
 
Dim instance As IOutline
Dim value As SummaryRow
 
instance.SummaryRow = value
 
value = instance.SummaryRow
SummaryRow SummaryRow {get; set;}
read-write property SummaryRow: SummaryRow; 
function get,set SummaryRow : SummaryRow
__property SummaryRow get_SummaryRow();
__property void set_SummaryRow( 
   SummaryRow value
);
property SummaryRow SummaryRow {
   SummaryRow get();
   void set (    SummaryRow value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IOutline Interface
IOutline Members
SummaryColumn Property
Outline Property