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