Class FormatStringInfo
Represents the format string info class.
Inheritance
System.Object
FormatStringInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class FormatStringInfo
Properties
Category
Gets or sets the category.
Declaration
public FormatStringCategory Category { get; }
Property Value
FormatStringCategory
The category. |
FormatType
Gets or sets the type of the format.
Declaration
public FormatStringType? FormatType { get; }
Property Value
System.Nullable<FormatStringType>
The type of the format. |