GrapeCity.Xaml.SpreadSheet.Data
Add Method (SheetSpanModelBase)


The row index at which to start the span.
The column index at which to start the span.
The number of rows in the span.
The number of columns in the span.
Adds a cell span to the collection.
Syntax
'Declaration
 
Public MustOverride Function Add( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As Boolean
'Usage
 
Dim instance As SheetSpanModelBase
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value As Boolean
 
value = instance.Add(row, column, rowCount, columnCount)
public abstract bool Add( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

Parameters

row
The row index at which to start the span.
column
The column index at which to start the span.
rowCount
The number of rows in the span.
columnCount
The number of columns in the span.

Return Value

true if the span is added successfully; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetSpanModelBase Class
SheetSpanModelBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options