Spread for ASP.NET 11 Product Documentation
IsRowUsed Method (DefaultSheetStyleModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetStyleModel Class : IsRowUsed Method
Index of row in the model
Determines whether the row in the model contains style settings.
Syntax
'Declaration
 
Public Overrides Function IsRowUsed( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowUsed(row)
public override bool IsRowUsed( 
   int row
)

Parameters

row
Index of row in the model

Return Value

Boolean: true if the row contains style settings; false otherwise
See Also

Reference

DefaultSheetStyleModel Class
DefaultSheetStyleModel Members