Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SlicerInsertForm Class / SlicerInsertForm Constructor / SlicerInsertForm Constructor(ITable,Point)
The based location to show 1st slicer.


In This Topic
SlicerInsertForm Constructor(ITable,Point)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal table As ITable, _
   ByVal anchorLocation As Point _
)
 
'Usage
 
Dim table As ITable
Dim anchorLocation As Point
 
Dim instance As New SlicerInsertForm(table, anchorLocation)

Parameters

table
anchorLocation
The based location to show 1st slicer.
See Also