Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSpanModel Interface / Add Method
Row index at which to start span
Column index at which to start span
Number of rows in span
Number of columns in span


In This Topic
    Add Method (ISheetSpanModel)
    In This Topic
    Adds a cell span to the collection.
    Syntax
    'Declaration
     
    
    Function Add( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISheetSpanModel
    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)

    Parameters

    row
    Row index at which to start span
    column
    Column index at which to start span
    rowCount
    Number of rows in span
    columnCount
    Number of columns in span
    See Also