<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / AutoSizeFixedRow Method

In This Topic
    AutoSizeFixedRow Method (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AutoSizeFixedRow( _
       ByVal row As Integer, _
       ByVal extra As Double _
    ) 
    public void AutoSizeFixedRow( 
       int row,
       double extra
    )

    Parameters

    row
    extra
    See Also