Spread.Sheets Documentation
NameInfo type
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;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.NameInfo

Constructors
 NameDescription
public ConstructorNameInfo ConstructorRepresents a custom named expression that can be used by formulas.  
Top
Methods
 NameDescription
public MethodgetColumnGets the base column of the custom named expression.  
public MethodgetExpressionGets the expression.  
public MethodgetNameGets the name of the current NameInfo object.  
public MethodgetRowGets the base row of the custom named expression.  
Top
See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.