Interface ITreeTableSummary
Interface definition for a summary object.
Namespace: Syncfusion.Windows.Forms.Collections
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface ITreeTableSummary
  Methods
Combine(ITreeTableSummary)
Combines this summary information with another object's summary and returns a new object.
Declaration
ITreeTableSummary Combine(ITreeTableSummary other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ITreeTableSummary | other | The other.  | 
      
Returns
| Type | 
|---|
| ITreeTableSummary |