ClassCellValueFormatResultItem
Represents a single text segment within a formatted cell value, with attributes controlling visibility and expansion behavior.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CellValueFormatResultItem
Inheritance: objectCellValueFormatResultItem
Constructors
CellValueFormatResultItem(string, bool, bool, bool)
Initializes a new instance of the CellValueFormatResultItem class with specified text and formatting attributes.
Properties
ApplyFormat
Indicates whether formatting should be applied to this segment.
Declaration
public bool ApplyFormat { get; }
Property Value
The apply format.
IsTransparent
Indicates whether this segment is transparent and should not be rendered visually.
Declaration
public bool IsTransparent { get; }
Property Value
The is transparent.
ShouldExpand
Indicates whether this segment should expand to fill available horizontal space.
Declaration
public bool ShouldExpand { get; }
Property Value
The should expand.