[]
Internal use only. Represents the object enumerator for the default sheet data model.
public class DefaultSheetDataModel.DefaultSheetDataModelEnumerator : IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
Public Class DefaultSheetDataModel.DefaultSheetDataModelEnumerator
Implements IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
Name | Description |
---|---|
DefaultSheetDataModelEnumerator(DefaultSheetDataModel, DataModelEnumeratorType) | Internal use only. Creates a new default sheet data model enumerator. |
Name | Description |
---|---|
IsRowUsed(int) | Determines whether the specified row is not empty. |
NextNonEmptyColumnInRow(int, int) | Gets the index of the next column in a specified row that contains data. |
NextNonEmptyRow(int) | Gets the index of the next non-empty row after the specified row index. |