createCondFormatCollectionWrapper method

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

Creates collection with specified argument.

Implementation

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