Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelColumnInfo Interface / Width Property


In This Topic
    Width Property (IExportExcelColumnInfo)
    In This Topic
    Gets the column's width.
    Syntax
    'Declaration
     
    
    ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As IExportExcelColumnInfo
    Dim value As Integer
     
    value = instance.Width
    int Width {get;}
    See Also