Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / PaddingHeader Method


In This Topic
    PaddingHeader Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub PaddingHeader( _
       ByRef headerRect As Rectangle, _
       ByVal zoomFactor As Double _
    ) 
    'Usage
     
    
    Dim instance As Slicer
    Dim headerRect As Rectangle
    Dim zoomFactor As Double
     
    instance.PaddingHeader(headerRect, zoomFactor)
    public void PaddingHeader( 
       ref Rectangle headerRect,
       double zoomFactor
    )

    Parameters

    headerRect
    zoomFactor
    See Also