[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetTabDoubleClickEventArgs

SheetTabDoubleClickEventArgs Class

Represents the event data for the SheetTabDoubleClick event for the Spread component, which occurs when the user double-clicks on a sheet name tab.

Inheritance
SheetTabDoubleClickEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SheetTabDoubleClickEventArgs : EventArgs
Public Class SheetTabDoubleClickEventArgs
    Inherits EventArgs

Constructors

Name Description
SheetTabDoubleClickEventArgs(int)

Creates a new object with the SheetTabDoubleClick event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the default action (in-place editing).

SheetTabIndex

Gets the index of the sheet tab that is clicked.

OSZAR »