Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class
Properties Methods


In This Topic
    WorksheetStateEventArgs Class Members
    In This Topic

    The following tables list the members exposed by WorksheetStateEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of WorksheetStateEventArgs.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a boolean value indicating whether the background is changed.  
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets a boolean value indicating whether the state can be combined with previous state. (Inherited from GrapeCity.Spreadsheet.UI.StateEventArgs)
    Public PropertyGets a boolean value indicating whether the data is changed.  
    Public PropertyGets a boolean value indicating whether the sheet's dimensions are changed.  
    Public PropertyGets a boolean value indicating whether the filter is changed.  
    Public PropertyGets a boolean value indicating whether FitToPagesTall option is changed.  
    Public PropertyGets a boolean value indicating whether FitToPagesWide option is changed.  
    Public Propertystatic (Shared in Visual Basic)Gets the event argument that indicates all worksheet settings are changed.  
    Public PropertyGets a boolean value indicating whether Column Headings option is changed.  
    Public PropertyGets a boolean value indicating whether Row Headings option is changed.  
    Public PropertyGets a boolean value indicating whether Horizontal Gridlines option is changed.  
    Public PropertyGets a boolean value indicating whether PrintGridLines option is changed.  
    Public PropertyGets a boolean value indicating whether HeadingsPrint option is changed.  
    Public PropertyGets a boolean value indicating whether the contextual state is changed. (Inherited from GrapeCity.Spreadsheet.UI.StateEventArgs)
    Public PropertyGets a value indicating whether the active cell and/or selection is changed.  
    Public PropertyGets a boolean value indicating whether the sort is changed.  
    Public PropertyOverridden.   
    Public PropertyGets a boolean value indicating whether Vertical Gridlines option is changed.  
    Public PropertyGets a boolean value indicating whether the viewport is changed.  
    Public PropertyGets a boolean value indicating whether Zoom option is changed.  
    Top
    Public Methods
     NameDescription
    Public MethodCombines changes into one event argument. (Inherited from GrapeCity.Spreadsheet.UI.StateEventArgs)
    Top
    See Also