Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableSubTotalCommand Class / TableSubTotalCommand Constructor


In This Topic
TableSubTotalCommand Constructor
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal tableName As String, _
   ByVal tableColumnIndex As Integer, _
   ByVal func As TotalsCalculation _
)
 
'Usage
 
Dim worksheet As Worksheet
Dim tableName As String
Dim tableColumnIndex As Integer
Dim func As TotalsCalculation
 
Dim instance As New TableSubTotalCommand(worksheet, tableName, tableColumnIndex, func)

Parameters

worksheet
tableName
tableColumnIndex
func
See Also