ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / AutoSizeRows Method / AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) Method

In This Topic
    AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub AutoSizeRows( _
       ByVal topRow As System.Integer, _
       ByVal leftCol As System.Integer, _
       ByVal bottomRow As System.Integer, _
       ByVal rightCol As System.Integer, _
       ByVal extraSpace As System.Integer, _
       ByVal flags As AutoSizeFlags _
    ) 
    public virtual void AutoSizeRows( 
       System.int topRow,
       System.int leftCol,
       System.int bottomRow,
       System.int rightCol,
       System.int extraSpace,
       AutoSizeFlags flags
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    extraSpace
    flags
    See Also