[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RowSelectorState

RowSelectorState Enum

Specifies the state of the row header selector for the current selected row, so the row renderer knows which row header selector image to draw.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum RowSelectorState
Public Enum RowSelectorState

Fields

Name Description
Active

The row header selector is enabled, and currently in use for the row.

Disabled

The row header selector is enabled, but the Spread control is disabled.

Editing

The row header selector is enabled, but the Spread control is in edit mode.

None

The row header selector is not enabled.

Unused

The row header selector is enabled, but not currently in use for the row.