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:
C#
public class CellValueFormatResultItem
Inheritance: objectCellValueFormatResultItem
Constructors
Initializes a new instance of the CellValueFormatResultItem class with specified text and formatting attributes.
Properties
Indicates whether formatting should be applied to this segment.
C#
public bool ApplyFormat { get; }
The apply format.
Indicates whether this segment is transparent and should not be rendered visually.
C#
public bool IsTransparent { get; }
The is transparent.
Indicates whether this segment should expand to fill available horizontal space.
C#
public bool ShouldExpand { get; }
The should expand.