SpreadsheetGear 2017
MaxRows Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : MaxRows Property
Returns the maximum number of rows in a worksheet.
Syntax
'Declaration
 
ReadOnly Property MaxRows As System.Integer
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.Integer
 
value = instance.MaxRows
System.int MaxRows {get;}
read-only property MaxRows: System.Integer; 
function get MaxRows : System.int
__property System.int get_MaxRows();
property System.int MaxRows {
   System.int get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
MaxColumns Property
MaxWorksheets Property