셀의 글꼴을 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public Font CellFont { get; set; } |
Visual Basic |
---|
Public Property CellFont As Font Get Set |
Visual C++ |
---|
public: property Font^ CellFont { Font^ get (); void set (Font^ value); } |