ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / GetColumnWidth Method
The column index.

In This Topic
    GetColumnWidth Method
    In This Topic
    Calculation column width.
    Syntax
    'Declaration
     
    Public Function GetColumnWidth( _
       ByVal col As System.Integer _
    ) As System.Integer
    public System.int GetColumnWidth( 
       System.int col
    )

    Parameters

    col
    The column index.

    Return Value

    The column width.
    See Also