GrapeCity.Xaml.SpreadSheet.UI
SetCustomName(String,Worksheet,Int32,Int32,Int32,Int32) Method


The custom name.
The worksheet to create the expression.
The row index.
The column index.
The row count.
The column count.
Sets a custom name external range expression to the workbook.
Syntax
'Declaration
 
Public Overloads Sub SetCustomName( _
   ByVal name As String, _
   ByVal worksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim name As String
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.SetCustomName(name, worksheet, row, column, rowCount, columnCount)
public void SetCustomName( 
   string name,
   Worksheet worksheet,
   int row,
   int column,
   int rowCount,
   int columnCount
)

Parameters

name
The custom name.
worksheet
The worksheet to create the expression.
row
The row index.
column
The column index.
rowCount
The row count.
columnCount
The column count.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options