[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetStyleModel.IsRowUsed

IsRowUsed Method

IsRowUsed(int)

Gets whether the row contains style settings.

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

Row index

Returns
Type Description
bool
Implements