[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FormatCells.-ctor

FormatCells Constructor

FormatCells(IRange, FormatCellsTab)

Initializes a new instance of the FormatCells class.

Declaration
public FormatCells(IRange cells, FormatCells.FormatCellsTab activeTab = FormatCellsTab.Number)
Public Sub New(cells As IRange, Optional activeTab As FormatCells.FormatCellsTab = FormatCellsTab.Number)
Parameters
Type Name Description
IRange cells

The Reference value indicates the formatted cells.

FormatCells.FormatCellsTab activeTab

The default tab to display.

FormatCells(IWorksheet, Reference, FormatCellsTab)

Initializes a new instance of the FormatCells class.

Declaration
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)
Parameters
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.

FormatCells(IWorksheet, Reference[], FormatCellsTab)

Initializes a new instance of the FormatCells class.

Declaration
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)
Parameters
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.