Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / FromTable Method
The source table
The initial horizontal position of the new slicer
The initial vertical position of the new slicer
source columns name


In This Topic
    FromTable Method
    In This Topic
    Create add slicer action command.
    Syntax
    'Declaration
     
    
    Public Shared Function FromTable( _
       ByVal table As ITable, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal sourceNames() As String _
    ) As SlicerActionsCommand
    'Usage
     
    
    Dim table As ITable
    Dim x As Integer
    Dim y As Integer
    Dim sourceNames() As String
    Dim value As SlicerActionsCommand
     
    value = SlicerActionsCommand.FromTable(table, x, y, sourceNames)
    public static SlicerActionsCommand FromTable( 
       ITable table,
       int x,
       int y,
       string[] sourceNames
    )

    Parameters

    table
    The source table
    x
    The initial horizontal position of the new slicer
    y
    The initial vertical position of the new slicer
    sourceNames
    source columns name
    See Also