'Declaration
Public Overloads Shared Function FormatComment( _ ByVal comment As IComment, _ ByVal tab As Nullable(Of FormatCells.FormatCellsTab) _ ) As FormatCells
'Usage
Dim comment As IComment Dim tab As Nullable(Of FormatCells.FormatCellsTab) Dim value As FormatCells value = BuiltInDialogs.FormatComment(comment, tab)
public static FormatCells FormatComment( IComment comment, Nullable<FormatCells.FormatCellsTab> tab )
Parameters
- comment
- tab
Return Value
A System.Windows.Forms.Form object represents the Format Comment dialog.