셀의 값을 문자열로 출력시에 사용하는 수평 정렬방식을 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public StringAlignment CellAlignment { get; set; } |
Visual Basic |
---|
Public Property CellAlignment As StringAlignment Get Set |
Visual C++ |
---|
public: property StringAlignment CellAlignment { StringAlignment get (); void set (StringAlignment value); } |