Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

PC.IValueRangeRule Interface

interface PC.IValueRangeRule {
    // Properties
    ${range}: ${PC.IIntegerRange} | ${PC.IFpRange};
    ${secondClrBack}?: ${PC.IColor};
}
// This interface is not available in managed environment
// This interface is not available in native environment

PC.IValueRangeRule Properties

range

range: ${PC.IIntegerRange} | ${PC.IFpRange};
// This property is not available in managed environment
// This property is not available in native environment

Value range. Can be either an integer range or a floating-point range.

secondClrBack

secondClrBack?: ${PC.IColor};
// This property is not available in managed environment
// This property is not available in native environment

Optional second background color. If set, pattern coloring uses gradient filling, depending on the value of a matched cell.