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

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

    Parameters

    col
    extra
    See Also