Spread.Sheets Documentation
NameInfo Method
The custom expression name.
The custom named expression.
The base row of the expression.
The base column of the expression.
Represents a custom named expression that can be used by formulas.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.NameInfo(name, expr, row, column);
function NameInfo( 
   name : string,
   expr : Object,
   row : number,
   column : number
) : any;

Parameters

name
The custom expression name.
expr
The custom named expression.
row
The base row of the expression.
column
The base column of the expression.
See Also

Reference

Sheets type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.