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

In This Topic
    AutoSizeColumns(Int32,Int32,Double,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AutoSizeColumns( _
       ByVal startCol As Integer, _
       ByVal endCol As Integer, _
       ByVal extra As Double, _
       ByVal allCells As Boolean, _
       ByVal skipStars As Boolean _
    ) 
    public void AutoSizeColumns( 
       int startCol,
       int endCol,
       double extra,
       bool allCells,
       bool skipStars
    )

    Parameters

    startCol
    endCol
    extra
    allCells
    skipStars
    See Also