Spread.Sheets Documentation
fromYear Method
The year.
Creates a date extend condition object from the specified year.
Syntax
var value; // Type: Condition
value = GC.Spread.Sheets.ConditionalFormatting.Condition.fromYear(year);
function fromYear( 
   year : number
) : Condition;

Parameters

year
The year.

Return Value

A date extend condition object.
See Also

Reference

Condition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.