Spread Silverlight Documentation
ExcelRect Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : ExcelRect Property
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

Reference

IExcelWorkbook Interface
IExcelWorkbook Members