FontStyle Property (CellStyle)
In This Topic
The font style.
Syntax
'Declaration
Public Property FontStyle As System.String
'Usage
Dim instance As CellStyle
Dim value As System.String
instance.FontStyle = value
value = instance.FontStyle
public System.string FontStyle {get; set;}
public read-write property FontStyle: System.String;
public function get,set FontStyle : System.String
public: __property System.string* get_FontStyle();
public: __property void set_FontStyle(
System.string* value
);
public:
property System.String^ FontStyle {
System.String^ get();
void set ( System.String^ value);
}
See Also