'Declaration
Public Overloads Shared Function FormatCells( _ ByVal cells As IRange, _ Optional ByVal activeTab As FormatCells.FormatCellsTab _ ) As FormatCells
'Usage
Dim cells As IRange Dim activeTab As FormatCells.FormatCellsTab Dim value As FormatCells value = BuiltInDialogs.FormatCells(cells, activeTab)
public static FormatCells FormatCells( IRange cells, FormatCells.FormatCellsTab activeTab )
Parameters
- cells
- The GrapeCity.Spreadsheet.IRange object indicates the specified range to edit.
- activeTab
- The default tab to display.
Return Value
A System.Windows.Forms.Form object represents the Format Cells dialog.