'Declaration
Public Property Style As TableStyle
'Usage
Dim instance As Table Dim value As TableStyle instance.Style = value value = instance.Style
public TableStyle Style {get; set;}
public read-write property Style: TableStyle;
public function get,set Style : TableStyle
public: __property TableStyle* get_Style(); public: __property void set_Style( TableStyle* value );
public: property TableStyle^ Style { TableStyle^ get(); void set ( TableStyle^ value); }