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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ISheetSpanModel Interface
ISheetSpanModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.