Spread ASP.NET 6.0 Product Documentation
UseRowIndex Property
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IDataKeySupport Interface : UseRowIndex Property


Glossary Item Box

Determines whether the GetKey method generates a key for a row.

Syntax

Visual Basic (Declaration) 
ReadOnly Property UseRowIndex As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IDataKeySupport
Dim value As Boolean
 
value = instance.UseRowIndex
C# 
bool UseRowIndex {get;}

Property Value

true if the GetKey method takes the row index as the parameter; false if the GetKey method takes the column index as parameter

Remarks

This property is true if the GetKey method generates a key for the specified row and false if the GetKey method generates a key for the specified column.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.