Spread.Sheets Documentation
NameInfo Constructor
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 instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column);
function NameInfo( 
   name : string,
   expr : Object,
   row : number,
   column : number
) : NameInfo;

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

NameInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.