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


Represents the event data for the Changed event of the outline (range group) model for the sheet.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.RangeGroupInfoEventArgs

See Also