BCGControlBar Library for .NET
GetFont Method (Cell)




Returns current cell font.
Syntax
'Declaration
 
Public Overridable Function GetFont() As Font
'Usage
 
Dim instance As Cell
Dim value As Font
 
value = instance.GetFont()
public virtual Font GetFont()
public: virtual Font* GetFont(); 
public:
virtual Font^ GetFont(); 
Requirements
The font is taken form Style. If it's null, the font is taken for Grid control.
See Also

Reference

Cell Class
Cell Members

Send Feedback