[]
Gets the Format Comment dialog that allows to customize style settings of the specified range.
public static FormatCells FormatComment(IComment comment, FormatCells.FormatCellsTab? tab)
Public Shared Function FormatComment(comment As IComment, tab As FormatCells.FormatCellsTab?) As FormatCells
Type | Name | Description |
---|---|---|
IComment | comment | |
FormatCells.FormatCellsTab? | tab |
Type | Description |
---|---|
FormatCells | A Form object represents the Format Comment dialog. |
Shows the Format Comment dialog that allows to customize font for the comment editor.
public static void FormatComment(IRichTextEditor richTextEditor)
Public Shared Sub FormatComment(richTextEditor As IRichTextEditor)
Type | Name | Description |
---|---|---|
IRichTextEditor | richTextEditor | A FarPoint.Win.Spread.CellType.IRichTextEditor object indicates the rich text editor. |