class Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs
   inherits Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs:

   def public property Row as Infragistics.Win.UltraWinGrid.UltraGridRow
      get.

   def public property SkipRow as logical
      get.
      set.

   def public property SkipDescendants as logical
      get.
      set.

   def public property SkipSiblings as logical
      get.
      set.

   def public property TerminateExport as logical
      get.
      set.

end class.
