In This Topic
Gets or sets a value indicating whether summary rows appear below or above detail rows.
Syntax
'Declaration
Public Property SummaryBelow As System.Boolean
'Usage
Dim instance As Worksheet
Dim value As System.Boolean
instance.SummaryBelow = value
value = instance.SummaryBelow
public System.bool SummaryBelow {get; set;}
public read-write property SummaryBelow: System.Boolean;
public function get,set SummaryBelow : System.boolean
public: __property System.bool get_SummaryBelow();
public: __property void set_SummaryBelow(
System.bool value
);
public:
property System.bool SummaryBelow {
System.bool get();
void set ( System.bool value);
}
See Also