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