Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SheetActionsCommand Class / SheetActionsCommand Constructor / SheetActionsCommand Constructor(IWorksheets,Color)
The processing GrapeCity.Spreadsheet.IWorksheets object
The new color will be applied to the tab of worksheets.


In This Topic
SheetActionsCommand Constructor(IWorksheets,Color)
In This Topic
Initializes a new instance of the SheetActionsCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheets As IWorksheets, _
   ByVal tabColor As Color _
)
 
'Usage
 
Dim worksheets As IWorksheets
Dim tabColor As Color
 
Dim instance As New SheetActionsCommand(worksheets, tabColor)

Parameters

worksheets
The processing GrapeCity.Spreadsheet.IWorksheets object
tabColor
The new color will be applied to the tab of worksheets.
See Also