Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetSlicerIconRectangle Method


In This Topic
    GetSlicerIconRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetSlicerIconRectangle( _
       ByVal spread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal slicer As ISlicer, _
       ByVal icon As BuiltInIcons _
    ) As Rectangle
    'Usage
     
    
    Dim spread As FpSpread
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim slicer As ISlicer
    Dim icon As BuiltInIcons
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetSlicerIconRectangle(spread, rowPane, columnPane, slicer, icon)
    public static Rectangle GetSlicerIconRectangle( 
       FpSpread spread,
       int rowPane,
       int columnPane,
       ISlicer slicer,
       BuiltInIcons icon
    )

    Parameters

    spread
    rowPane
    columnPane
    slicer
    icon
    See Also