CondFormatCollectionWrapper Constructor
|
Creates wrapper for the specified range object.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CondFormatCollectionWrapper(
ICombinedRange range
)
Public Sub New (
range As ICombinedRange
)
public:
CondFormatCollectionWrapper(
ICombinedRange^ range
)
new :
range : ICombinedRange -> CondFormatCollectionWrapper
Parameters
-
range
-
Type:
Spire.Xls.Core
ICombinedRange
Range to wrap conditional formats for.
See Also