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