[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.IsRowUsed

IsRowUsed Method

IsRowUsed(int)

Determines whether the row in the model contains style settings.

Declaration
public override bool IsRowUsed(int row)
Public Overrides Function IsRowUsed(row As Integer) As Boolean
Parameters
Type Name Description
int row

Index of row in the model

Returns
Type Description
bool
Overrides
Implements