Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / ExcelRect Property


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

    Property Value

    The excel rect represents the workbook window
    See Also