Table of Contents

Interface INumberFormat

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface INumberFormat : IExcelApplication
Inherited Members

Properties

DecimalPlaces

int DecimalPlaces { get; }

Property Value

int

FormatString

string FormatString { get; }

Property Value

string

FormatType

CellFormatType FormatType { get; }

Property Value

CellFormatType

Index

int Index { get; }

Property Value

int

IsFraction

bool IsFraction { get; }

Property Value

bool

IsScientific

bool IsScientific { get; }

Property Value

bool

IsThousandSeparator

bool IsThousandSeparator { get; }

Property Value

bool