[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.DefaultSheetDataModelEnumerator

DefaultSheetDataModel.DefaultSheetDataModelEnumerator Class

Internal use only. Represents the object enumerator for the default sheet data model.

Inheritance
DefaultSheetDataModel.DefaultSheetDataModelEnumerator
Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public class DefaultSheetDataModel.DefaultSheetDataModelEnumerator : IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
Public Class DefaultSheetDataModel.DefaultSheetDataModelEnumerator
    Implements IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport

Constructors

Name Description
DefaultSheetDataModelEnumerator(DefaultSheetDataModel, DataModelEnumeratorType)

Internal use only. Creates a new default sheet data model enumerator.

Methods

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.