[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetAxisModel.IsEmpty

IsEmpty Method

IsEmpty()

Determines whether rows and columns do not exist in the model. (This implementation always returns false.)

Declaration
public virtual bool IsEmpty()
Public Overridable Function IsEmpty() As Boolean
Returns
Type Description
bool

Always returns false

Implements