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

Parameters

day
The day.

Return Value

A date extend condition object.
See Also

Reference

Condition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.