[]
Initializes a new instance of the FormatCells class.
public FormatCells(IRange cells, FormatCells.FormatCellsTab activeTab = FormatCellsTab.Number)
Public Sub New(cells As IRange, Optional activeTab As FormatCells.FormatCellsTab = FormatCellsTab.Number)
Type | Name | Description |
---|---|---|
IRange | cells | The Reference value indicates the formatted cells. |
FormatCells.FormatCellsTab | activeTab | The default tab to display. |
Initializes a new instance of the FormatCells class.
public FormatCells(IWorksheet worksheet, Reference cells, FormatCells.FormatCellsTab activeTab = FormatCellsTab.Number)
Public Sub New(worksheet As IWorksheet, cells As Reference, Optional activeTab As FormatCells.FormatCellsTab = FormatCellsTab.Number)
Type | Name | Description |
---|---|---|
IWorksheet | worksheet | The worksheet contains formatted cells. |
Reference | cells | The Reference value indicates the formatted cells. |
FormatCells.FormatCellsTab | activeTab | The default tab to display. |
Initializes a new instance of the FormatCells class.
public FormatCells(IWorksheet worksheet, Reference[] cells, FormatCells.FormatCellsTab activeTab = FormatCellsTab.Number)
Public Sub New(worksheet As IWorksheet, cells As Reference(), Optional activeTab As FormatCells.FormatCellsTab = FormatCellsTab.Number)
Type | Name | Description |
---|---|---|
IWorksheet | worksheet | The worksheet contains formatted cells. |
Reference[] | cells | The Reference array indicates the formatted cells. |
FormatCells.FormatCellsTab | activeTab | The default tab to display. |