Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetCustomName Method / SetCustomName(String,Int32,Int32,Int32,Int32) Method
The set name.
The start row index.
The start column index.
The number of rows.
The number of columns.


In This Topic
    SetCustomName(String,Int32,Int32,Int32,Int32) Method
    In This Topic
    Sets a custom name for the specified area.
    Syntax
    'Declaration
     
    Public Overloads Sub SetCustomName( _
       ByVal name As String, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.SetCustomName(name, row, column, rowCount, columnCount)
    public void SetCustomName( 
       string name,
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    name
    The set name.
    row
    The start row index.
    column
    The start column index.
    rowCount
    The number of rows.
    columnCount
    The number of columns.
    See Also