VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentTableRow Class / Height Property
Syntax Requirements SeeAlso
In This Topic
    Height Property (OpenXmlDocumentTableRow)
    In This Topic
    Gets or sets the row height, in Points (1/72 inch).
    Syntax
    'Declaration
    
    Public MustOverride Property Height As System.Nullable(Of Double)
    
    
    public abstract System.Nullable<double> Height { get; set; }
    
    
    public: __property abstract System.Nullable<double> get_Height();
    public: __property abstract void set_Height(
    System.Nullable<double> value
    );
    public:
    abstract property System.Nullable<double> Height { System.Nullable<double> get(); void set(System.Nullable<double> value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also