Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / ExcelRect Property


In This Topic
    ExcelRect Property (ExcelWorkbook)
    In This Topic
    Gets or sets the excel rect used to represents the workbook window.
    Syntax
    'Declaration
     
    Public Property ExcelRect As IExcelRect
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As IExcelRect
     
    instance.ExcelRect = value
     
    value = instance.ExcelRect
    public IExcelRect ExcelRect {get; set;}

    Property Value

    The excel rect represents the workbook window
    See Also