createCondFormatCollectionWrapper method
Creates collection with specified argument.
Implementation
ConditionalFormats createCondFormatCollectionWrapper(
Range range, String value) {
return CondFormatCollectionWrapper(range);
}
Creates collection with specified argument.
ConditionalFormats createCondFormatCollectionWrapper(
Range range, String value) {
return CondFormatCollectionWrapper(range);
}