|
|
|
|
|
SftDirectoryColumn.CellAlign Property |
Defines the text alignment for all cells in this column.
Syntax
|
VB.NET |
Align = object.CellAlign As SftDirectoryAlignConstants |
||
|
VB |
Align = object.CellAlign As SftDirectoryAlignConstants |
||
|
C#.NET |
SftDirectoryAlignConstants Align = object.CellAlign; |
||
|
VC++ |
enum SftDirectoryAlignConstants Align = object->CellAlign;
|
||
|
C |
HRESULT object->get_CellAlign(enum SftDirectoryAlignConstants* Align); |
||
|
Delphi |
Align := object.CellAlign : TOleEnum; |
||
|
VB.NET |
object.CellAlign = Align As SftDirectoryAlignConstants |
||
|
VB |
object.CellAlign = Align As SftDirectoryAlignConstants |
||
|
C#.NET |
SftDirectoryAlignConstants object.CellAlign = Align; |
||
|
VC++ |
enum SftDirectoryAlignConstants object->CellAlign = Align;
|
||
|
C |
HRESULT object->put_CellAlign(enum SftDirectoryAlignConstants Align); |
||
|
Delphi |
object.CellAlign := Align : TOleEnum; |
||
object
A SftDirectoryColumn object.
Align
Defines the text alignment for all cells in this column.
|
Align |
Value |
Description |
|
0 |
Left - Cell contents are left aligned. |
|
|
1 |
Center - Cell contents are centered. |
|
|
2 |
Right - Cell contents are right aligned. |
Comments
The CellAlign property defines the text alignment for all cells in this column.