Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Understanding the Axis Model

 

 


Copyright © GrapeCity, inc. All rights reserved.