Spread for ASP.NET 11 Product Documentation
Clear Method (ISheetSpanModel)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetSpanModel Interface : Clear Method
Removes all cell spans from the collection.
Syntax
'Declaration
 
Sub Clear() 
'Usage
 
Dim instance As ISheetSpanModel
 
instance.Clear()
void Clear()
Example
FarPoint.Web.Spread.Model.ISheetSpanModel iss;
iss = (FarPoint.Web.Spread.Model.ISheetSpanModel)FpSpread1.ActiveSheetView.SpanModel;
iss.Clear;
Dim iss As FarPoint.Web.Spread.Model.ISheetSpanModel
iss = FpSpread1.ActiveSheetView.SpanModel
iss.Clear
See Also

Reference

ISheetSpanModel Interface
ISheetSpanModel Members