Version

MultiCellOperationInfo.CellsCollection Class Members

The following tables list the members exposed by MultiCellOperationInfo.CellsCollection.

Public Properties
 NameDescription
Public PropertyColumnCountNumber of logical columns that comprises the rectangular selection this cells collection represents. Note that when performing Delete operation (deleting contents of cells), the selection is not required to be rectangular, in which case the indexer may return null values for cellls that are not selected.  
Public PropertyItemIndexer  
Public PropertyRowCountNumber of logical rows that comprises the rectangular selection this cells collection represents. Note that when performing Delete operation (deleting contents of cells), the selection is not required to be rectangular, in which case the indexer may return null values for cellls that are not selected.  
See Also