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

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

    Parameters

    startRow
    endRow
    extra
    See Also