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