Solid Edge Part Type Library
GetColumnData Method
Specifies the id of the column.
Specifies the name of the column.
Specifies the width of the column.
Specifies the type of the column.
Specifies the text alignment of the column.
Description
This method retrieves data about the columns in the bend table.
Syntax
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 _
) 
Parameters
ColumnId
Specifies the id of the column.
ColumnName
Specifies the name of the column.
ColumnWidth
Specifies the width of the column.
ColumnType
ValueDescription
sePropertyTypeDoubleProperty Type - Double
sePropertyTypeIntegerProperty Type - Integer
sePropertyTypeStringProperty Type - String
Specifies the type of the column.
ColumnTextAlignment
ValueDescription
igTextHzAlignCenterCenter Align
igTextHzAlignIndentIndent
igTextHzAlignJustifyJustify Align
igTextHzAlignLeftLeft Align
igTextHzAlignRightRight Align
Specifies the text alignment of the column.
See Also

BendTable Object  | BendTable Members  | Solid Edge V19 - What's New