ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / SetColumnWidth Method
The column number to set the width on (zero based).
The width to set the column to in inches.

In This Topic
    SetColumnWidth Method
    In This Topic
    Sets the column width on the BiffRow object that represents the specified row number.
    Syntax
    'Declaration
     
    Public Sub SetColumnWidth( _
       ByVal col As Short, _
       ByVal width As Single _
    ) 
    public void SetColumnWidth( 
       short col,
       float width
    )

    Parameters

    col
    The column number to set the width on (zero based).
    width
    The width to set the column to in inches.
    See Also