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