[]
Gets the Format Cells dialog that allows to customize style settings of the specified range.
public static FormatCells FormatCells(IRange cells, FormatCells.FormatCellsTab activeTab = FormatCellsTab.Number)
Public Shared Function FormatCells(cells As IRange, Optional activeTab As FormatCells.FormatCellsTab = FormatCellsTab.Number) As FormatCells
Type | Name | Description |
---|---|---|
IRange | cells | The IRange object indicates the specified range to edit. |
FormatCells.FormatCellsTab | activeTab | The default tab to display. |
Type | Description |
---|---|
FormatCells | A Form object represents the Format Cells dialog. |
Shows the Format Cells dialog that allows to customize font for the rich text editor.
public static void FormatCells(IRichTextEditor richTextEditor)
Public Shared Sub FormatCells(richTextEditor As IRichTextEditor)
Type | Name | Description |
---|---|---|
IRichTextEditor | richTextEditor | A FarPoint.Win.Spread.CellType.IRichTextEditor object indicates the rich text editor. |