Class
PercentageFormatStringInfo

Provides configuration for percentage formatting, specifying decimal places for percent values.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class PercentageFormatStringInfo : ICategorizedFormatStringInfo

Inheritance: objectPercentageFormatStringInfo

Implements: ICategorizedFormatStringInfo

Constructors

PercentageFormatStringInfo(int)

Initializes a new instance of the PercentageFormatStringInfo class.

Declaration

cs-api-definition
public PercentageFormatStringInfo(int decimalPlaces)

Parameters

decimalPlaces

int

The decimal places.

Properties

DecimalPlaces

Number of decimal places to display after the percentage value.

Declaration

cs-api-definition
public int DecimalPlaces { get; }

Property Value

int

The decimal places.