Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetColumnWidth Method
An integer value indicates the column index.


In This Topic
GetColumnWidth Method (LayoutManager)
In This Topic
Gets the width of the column.
Syntax
'Declaration
 
Public Function GetColumnWidth( _
   ByVal column As Integer _
) As Integer
 
'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.
See Also