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

Parameters

week
The week.

Return Value

A date extend condition object.
See Also

Reference

Condition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.