var instance = new GC.Spread.Sheets.ConditionalFormatting.DataBarRule(minType, minValue, maxType, maxValue, color, ranges); var returnValue; // Type: any returnValue = instance.useNegativeBorderColor(value);
function useNegativeBorderColor( value : boolean ) : any;
Parameters
- value
- Whether the negative border color is used to paint the border for the negative value.
Return Value
If no value is set, returns the value that indicates whether the negative border color is used to paint the border for the negative value; otherwise, returns the data bar rule.