Spread Silverlight Documentation
Clear(Int32,Int32,Int32,Int32) Method


The row index from which to start clearing cell spans.
The column index from which to start clearing cell spans.
The number of rows to clear.
The number of columns to clear.
Removes cell spans from the collection within the specified area.
Syntax
'Declaration
 
Public Overloads Sub Clear( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer _
) 
'Usage
 
Dim instance As SheetSpanModel
Dim row As System.Integer
Dim column As System.Integer
Dim rowCount As System.Integer
Dim columnCount As System.Integer
 
instance.Clear(row, column, rowCount, columnCount)
public void Clear( 
   System.int row,
   System.int column,
   System.int rowCount,
   System.int columnCount
)

Parameters

row
The row index from which to start clearing cell spans.
column
The column index from which to start clearing cell spans.
rowCount
The number of rows to clear.
columnCount
The number of columns to clear.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetSpanModel Class
SheetSpanModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.