Gets of sets font of the cell.
Namespace:
Greatis.PrintSuite.Providers
Assembly:
Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Font As Font |
| C# |
|---|
public Font Font { get; set; } |
| Visual C++ |
|---|
public:
property Font^ Font {
Font^ get ();
void set (Font^ value);
} |
| JavaScript |
|---|
function get_font();
function set_font(value); |
See Also