SpreadJS Documentation
fromSource Method
The expected source that separates each data item with a comma (",").
Creates the condition from source data.
Syntax
var value; // Type: AreaCondition
value = GcSpread.Sheets.AreaCondition.fromSource(expected);
function fromSource( 
   expected : string
) : AreaCondition;

Parameters

expected
The expected source that separates each data item with a comma (",").

Return Value

The condition.
See Also

Reference

AreaCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.