Class CellValueFormatResultItem
Represents the cell value format result item.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellValueFormatResultItem
Constructors
CellValueFormatResultItem(String, Boolean, Boolean, Boolean)
Initializes a new instance of the CellValueFormatResultItem class.
Declaration
public CellValueFormatResultItem(string text, bool isTransparent, bool shouldExpand, bool applyFormat)
Parameters
System.String
text
The text. |
System.Boolean
isTransparent
The is transparent. |
System.Boolean
shouldExpand
The should expand. |
System.Boolean
applyFormat
The apply format. |
Properties
ApplyFormat
Gets the apply format.
Declaration
public bool ApplyFormat { get; }
Property Value
System.Boolean
The apply format. |
IsTransparent
Gets the is transparent.
Declaration
public bool IsTransparent { get; }
Property Value
System.Boolean
The is transparent. |
ShouldExpand
Gets the should expand.
Declaration
public bool ShouldExpand { get; }
Property Value
System.Boolean
The should expand. |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
System.String
The text. |