Spread Windows Forms 7.0 Product Documentation
IsRowUsed(Int32,Boolean,Boolean,Boolean) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class > IsRowUsed Method : IsRowUsed(Int32,Boolean,Boolean,Boolean) Method


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

Glossary Item Box

Specifies whether the row uses a formula, tag, or note.

Syntax

Visual Basic (Declaration) 
Public Overloads 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 DefaultSheetDataModel
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# 
public 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, or note

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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