Spread for ASP.NET 8.0 Product Documentation
CreateRowAxisModel Method (SheetView)


Integer number of rows
Creates the row axis model.
Syntax
'Declaration
 
Protected Overridable Function CreateRowAxisModel( _
   ByVal rowCount As Integer _
) As ISheetAxisModel
'Usage
 
Dim instance As SheetView
Dim rowCount As Integer
Dim value As ISheetAxisModel
 
value = instance.CreateRowAxisModel(rowCount)
protected virtual ISheetAxisModel CreateRowAxisModel( 
   int rowCount
)

Parameters

rowCount
Integer number of rows

Return Value

ISheetAxisModel object containing the row axis model for the sheet
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Understanding the Axis Model

 

 


Copyright © GrapeCity, inc. All rights reserved.