| GC.Spread.Sheets.ConditionalFormatting 名前空間 > ConditionRuleBase タイプ : condition メソッド |
| Javascript (Usage) | |
|---|---|
var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges); var returnValue; // Type: any returnValue = instance.condition(value); | |
| Javascript (Specification) | |
|---|---|
function condition( value : object ) : any; | |