Spread Silverlight Documentation
ExcelRect Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : ExcelRect Property
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

Reference

ExcelWorkbook Class
ExcelWorkbook Members