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