Spread Windows Forms 12.0 Product Documentation
IsRowUsed(Int32,Boolean,Boolean,Boolean) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class > IsRowUsed Method : IsRowUsed(Int32,Boolean,Boolean,Boolean) Method
Model row index
Includes row with formulas
Includes row with tags
Includes row with notes
Specifies whether the row uses a formula, tag, or note.
Syntax
'Declaration
 
Public Overloads Function IsRowUsed( _
   ByVal row As Integer, _
   ByVal includeFormula As Boolean, _
   ByVal includeTag As Boolean, _
   ByVal includeNote As Boolean _
) As Boolean
'Usage
 
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)
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
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members
Overload List