'Usage
Dim instance As LayoutManager Dim column As Integer Dim value As Integer value = instance.GetColumnWidth(column)
Parameters
- column
- An integer value indicates the column index.
Return Value
An integer value represents the width of the column.
'Usage
Dim instance As LayoutManager Dim column As Integer Dim value As Integer value = instance.GetColumnWidth(column)