[]
Interface that supports optimization for retrieval of data in the data model.
public interface IOptimizedEnumerationSupport
Public Interface IOptimizedEnumerationSupport
Name | Description |
---|---|
IsRowUsed(int) | Determines whether a row had data in any of the cells in that row. |
NextNonEmptyColumnInRow(int, int) | Returns the index of the next column in this row that has data. |