Spread Silverlight Documentation
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 System.String, _
   ByVal worksheet As Worksheet, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim name As System.String
Dim worksheet As Worksheet
Dim row As System.Integer
Dim column As System.Integer
Dim rowCount As System.Integer
Dim columnCount As System.Integer
 
instance.SetCustomName(name, worksheet, row, column, rowCount, columnCount)
public void SetCustomName( 
   System.string name,
   Worksheet worksheet,
   System.int row,
   System.int column,
   System.int rowCount,
   System.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 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.