[]
Interface that supports additional optimization for retrieval of data in the data model beyond IOptimizedEnumerationSupport5.
public interface IOptimizedEnumerationSupport6 : IOptimizedEnumerationSupport5, IOptimizedEnumerationSupport3, IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
Public Interface IOptimizedEnumerationSupport6
Inherits IOptimizedEnumerationSupport5, IOptimizedEnumerationSupport3, IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
Name | Description |
---|---|
NextNonEmptyColumnFormula(int) | Specifies the next non-empty column formula. |
NextNonEmptyColumnInRow(int, int, ExcludeContents) | Specifies the next non-empty column in the row. |
NextNonEmptyRow(int, ExcludeContents) | Returns the index of the next row that has data. |
NextNonEmptyRowFormula(int) | Specifies the next non-empty row formula. |
PreviousNonEmptyColumnInRow(int, int) | Specifies the previous non-empty column in the row. |
PreviousNonEmptyColumnInRow(int, int, ExcludeContents) | Specifies the previous non-empty column in the row. |
PreviousNonEmptyRow(int) | Specifies the previous non-empty row. |
PreviousNonEmptyRow(int, ExcludeContents) | Specifies the previous non-empty row. |