Class TextFormat
Inheritance
System.Object
TextFormat
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TextFormat : Format
Constructors
TextFormat(String)
Declaration
public TextFormat(string code)
Parameters
Type |
Name |
Description |
System.String |
code |
|
Properties
Category
Declaration
public override FormatCategory Category { get; }
Property Value
Overrides
Methods
CanFormat(Object)
Declaration
public override bool CanFormat(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides