Skip to main content
Row

PanesUnfrozenEventArgs(String) Constructor

Initializes a new instance of the PanesUnfrozenEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public PanesUnfrozenEventArgs(
    string sheetName
)

Parameters

Name Type Description
sheetName String

A string that is the name of the worksheet whose frozen rows and columns have been unlocked.

Remarks

The PanesUnfrozenEventArgs is created automatically and passed to the handler of the SpreadsheetControl.PanesUnfrozen event.

See Also