Search Results for

    Show / Hide Table of Contents

    TDrawingValue Record

    Represents a value inside a cell.

    Syntax

    Unit: FlexCel.Core

    TDrawingValue = record;

    Constructors

    Name Description
    Create Overloaded
    Create(TCellValue)
    Create(TDrawingRichString)
    Create(string)
    Create(TRichString)

    Operators

    Name Description
    Implicit Conversion Overloaded
    Implicit conversion from TCellValue to TDrawingValue
    Implicit conversion from TDrawingRichString to TDrawingValue

    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.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com