<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / AutoSizeFixedRows Method / AutoSizeFixedRows(Int32,Int32,Double,Boolean) Method

In This Topic
    AutoSizeFixedRows(Int32,Int32,Double,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AutoSizeFixedRows( _
       ByVal startRow As Integer, _
       ByVal endRow As Integer, _
       ByVal extra As Double, _
       ByVal allCells As Boolean _
    ) 
    public void AutoSizeFixedRows( 
       int startRow,
       int endRow,
       double extra,
       bool allCells
    )

    Parameters

    startRow
    endRow
    extra
    allCells
    See Also