MergedCellsEnumerator.Item Property
Parent Object: MergedCellsEnumeratorDescription
Allows integer-indexed access to items in the collection.
Syntax
MergedCellsEnumerator.Item( Index As Long ) As MergedCellProperty Value
This is a read only property whose value is a MergedCell.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the item in the collection. If an out of range index of MergedCell is provided, an error will occur. |