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