createConditionalFormatWrapper method

ConditionalFormats createConditionalFormatWrapper(
  1. Range range,
  2. String value
)

Creates collection with specified argument.

Implementation

ConditionalFormats createConditionalFormatWrapper(Range range, String value) {
  return CondFormatCollectionWrapper(range);
}