FarPoint.Win.Spread
RangeGroupStateChangedEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : RangeGroupStateChangedEventArgs Class


Represents the event data for the RangeGroupStateChanged event for an outline (range group) of rows and columns in the Spread component.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class RangeGroupStateChangedEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RangeGroupStateChangedEventArgs
C# 
public class RangeGroupStateChangedEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.RangeGroupStateChangedEventArgs

See Also