| Solid Edge Part Type Library > BendTable Object : GetColumnData Method |
| Visual Basic |
|---|
Public Sub GetColumnData( _ ByVal ColumnId As Long, _ ByRef ColumnName As String, _ ByRef ColumnWidth As Double, _ ByRef ColumnType As PropertyTypeConstants, _ ByRef ColumnTextAlignment As TextHorizontalAlignmentConstants _ ) |
| Value | Description |
|---|---|
| sePropertyTypeDouble | Property Type - Double |
| sePropertyTypeInteger | Property Type - Integer |
| sePropertyTypeString | Property Type - String |
| Value | Description |
|---|---|
| igTextHzAlignCenter | Center Align |
| igTextHzAlignIndent | Indent |
| igTextHzAlignJustify | Justify Align |
| igTextHzAlignLeft | Left Align |
| igTextHzAlignRight | Right Align |