Show / Hide Table of Contents

Class GeneralFormat

Inheritance
System.Object
Format
GeneralFormat
Inherited Members
Format.Parse(String)
Format._code
Format.Code
Format.GetHashCode()
Format.Equals(Object)
Format.GetColor(Object)
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class GeneralFormat : Format

Constructors

GeneralFormat()

Declaration
public GeneralFormat()

GeneralFormat(String)

Declaration
public GeneralFormat(string code)
Parameters
Type Name Description
System.String code

Properties

Category

Declaration
public override FormatCategory Category { get; }
Property Value
Type Description
FormatCategory
Overrides
Format.Category

Methods

CanFormat(Object)

Declaration
public override bool CanFormat(object o)
Parameters
Type Name Description
System.Object o
Returns
Type Description
System.Boolean
Overrides
Format.CanFormat(Object)

GetFormattedValue(Object, Int32)

Declaration
public object GetFormattedValue(object value, int maxCount)
Parameters
Type Name Description
System.Object value
System.Int32 maxCount
Returns
Type Description
System.Object
Back to top Generated by DocFX