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

Parameters

month
The month. The first month is 0.

Return Value

A date extend condition object.
See Also

Reference

Condition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.