Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnWidth Method
Column index


In This Topic
    GetColumnWidth Method (SheetView)
    In This Topic
    Gets the width in pixels for the specified column on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetColumnWidth( _
       ByVal column As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim value As Integer
     
    value = instance.GetColumnWidth(column)
    public int GetColumnWidth( 
       int column
    )

    Parameters

    column
    Column index
    See Also