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

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

    Parameters

    startRow
    endRow
    extra
    allCells
    See Also