Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / TrimCellRange Method


In This Topic
    TrimCellRange Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub TrimCellRange( _
       ByVal sheetView As SheetView, _
       ByRef row As Integer, _
       ByRef column As Integer, _
       ByRef rowCount As Integer, _
       ByRef columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.TrimCellRange(sheetView, row, column, rowCount, columnCount)
    public void TrimCellRange( 
       SheetView sheetView,
       ref int row,
       ref int column,
       ref int rowCount,
       ref int columnCount
    )

    Parameters

    sheetView
    row
    column
    rowCount
    columnCount
    See Also