TDrawingValue Record
Represents a value inside a cell.
Syntax
Unit: FlexCel.Core
TDrawingValue = record;
Constructors
Operators
Properties
Name |
Description |
DrawingValueType |
Type of value in this object.
|
IsDrawingRichString |
Returns true if the object contains a TDrawingRich​String.​
|
IsCellValue |
Returns true if the object contains a TCellValue.
|
AsCellValue |
Cell value if the object contains a TCellValue. Will raise an exception if it doesn't.
|
AsDrawingRichString |
Drawing RichString if the object contains a TDrawingRichString. Will raise an exception if it doesn't.
|