In This Topic
Gets or sets the style of the row.
Syntax
'Declaration
Public Property Style As Style
'Usage
Dim instance As Row
Dim value As Style
instance.Style = value
value = instance.Style
public Style Style {get; set;}
public read-write property Style: Style;
public function get,set Style : Style
public: __property Style* get_Style();
public: __property void set_Style(
Style* value
);
public:
property Style^ Style {
Style^ get();
void set ( Style^ value);
}
See Also