Interface INumberFormat
public interface INumberFormat : IExcelApplication
- Inherited Members
Properties
DecimalPlaces
int DecimalPlaces { get; }
Property Value
FormatString
string FormatString { get; }
Property Value
FormatType
CellFormatType FormatType { get; }
Property Value
Index
int Index { get; }
Property Value
IsFraction
bool IsFraction { get; }
Property Value
IsScientific
bool IsScientific { get; }
Property Value
IsThousandSeparator
bool IsThousandSeparator { get; }