interface Infragistics.Documents.Reports.Report.QuickTable.ITextCell:

   def public property Font as Infragistics.Documents.Reports.Graphics.Font
      get.
      set.

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.
      set.

   def public property Alignment as Infragistics.Documents.Reports.Report.ContentAlignment
      get.
      set.

   def public property Borders as Infragistics.Documents.Reports.Report.Borders
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Paddings as Infragistics.Documents.Reports.Report.Paddings
      get.
      set.

   def public property Background as Infragistics.Documents.Reports.Report.Background
      get.
      set.

   def public property ColSpan as integer
      get.
      set.

   def public property Indent as decimal
      get.
      set.

   def public property Interval as decimal
      get.
      set.

   def public property Parent as Infragistics.Documents.Reports.Report.QuickTable.IQuickTableRow
      get.

end interface.
