Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / CopyEntireAxis Method
The start copied row.
The start copied column.
The target LayoutManager.
The target row.
The target column.
The totals number of copied rows.
The totals number of copied columns.


In This Topic
    CopyEntireAxis Method
    In This Topic
    Copies axis information from the current LayoutManager to another LayoutManager.
    Syntax
    'Declaration
     
    
    Public Overridable Sub CopyEntireAxis( _
       ByVal fromRow As Integer, _
       ByVal fromColumn As Integer, _
       ByVal targetLayoutManager As LayoutManager, _
       ByVal toRow As Integer, _
       ByVal toColumn As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim fromRow As Integer
    Dim fromColumn As Integer
    Dim targetLayoutManager As LayoutManager
    Dim toRow As Integer
    Dim toColumn As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.CopyEntireAxis(fromRow, fromColumn, targetLayoutManager, toRow, toColumn, rowCount, columnCount)

    Parameters

    fromRow
    The start copied row.
    fromColumn
    The start copied column.
    targetLayoutManager
    The target LayoutManager.
    toRow
    The target row.
    toColumn
    The target column.
    rowCount
    The totals number of copied rows.
    columnCount
    The totals number of copied columns.
    See Also