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