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