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