Spread Windows Forms 6.0 Product Documentation
IsRowUsed Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IOptimizedEnumerationSupport5 Interface : IsRowUsed Method


row
Model row index
includeFormula
Includes row with formulas
includeTag
Includes row with tags
includeNote
Includes row with notes

Glossary Item Box

Specifies row in used

Syntax

Visual Basic (Declaration) 
Function IsRowUsed( _
   ByVal row As Integer, _
   ByVal includeFormula As Boolean, _
   ByVal includeTag As Boolean, _
   ByVal includeNote As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IOptimizedEnumerationSupport5
Dim row As Integer
Dim includeFormula As Boolean
Dim includeTag As Boolean
Dim includeNote As Boolean
Dim value As Boolean
 
value = instance.IsRowUsed(row, includeFormula, includeTag, includeNote)
C# 
bool IsRowUsed( 
   int row,
   bool includeFormula,
   bool includeTag,
   bool includeNote
)

Parameters

row
Model row index
includeFormula
Includes row with formulas
includeTag
Includes row with tags
includeNote
Includes row with notes

Return Value

Whether row has data/formula/tag/note

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.