[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.FocusCellMode

FocusCellMode Enum

Specifies how to show the highlight for the active cell.

Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
[Flags]
public enum FocusCellMode
<Flags>
Public Enum FocusCellMode

Fields

Name Description
Both

Highlights the entire row and column of the active cell.

Column

Highlights the entire column of the active cell.

None

Does not highlight the active cell.

Row

Highlights the entire row of the active cell.