'Declaration
Public Property TotalRowStyle As TableSectionStyle
'Usage
Dim instance As TableStyle Dim value As TableSectionStyle instance.TotalRowStyle = value value = instance.TotalRowStyle
public TableSectionStyle TotalRowStyle {get; set;}
public read-write property TotalRowStyle: TableSectionStyle;
public function get,set TotalRowStyle : TableSectionStyle
public: __property TableSectionStyle* get_TotalRowStyle(); public: __property void set_TotalRowStyle( TableSectionStyle* value );
public: property TableSectionStyle^ TotalRowStyle { TableSectionStyle^ get(); void set ( TableSectionStyle^ value); }