VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / SheetClientRect Property
Syntax Requirements SeeAlso
In This Topic
    SheetClientRect Property (SpreadsheetVisualEditor)
    In This Topic
    Gets the rectangle, in the control space, where worksheet is displayed.
    Syntax
    'Declaration
    
    Public ReadOnly Property SheetClientRect As Vintasoft.Primitives.VintasoftRect
    
    
    public Vintasoft.Primitives.VintasoftRect SheetClientRect { get; }
    
    
    public: __property Vintasoft.Primitives.VintasoftRect get_SheetClientRect();
    
    
    
    public:
    property Vintasoft.Primitives.VintasoftRect SheetClientRect { Vintasoft.Primitives.VintasoftRect get(); }
    Requirements

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

    See Also