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