Class TableBase
Namespace: DRIT.Spreadsheet.Tables
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class TableBase : object
  Fields
inSetup
Declaration
protected bool inSetup
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
Properties
Range
Declaration
public Range Range { get; }
  Property Value
| Type | Description | 
|---|---|
| Range | 
Methods
HookRowColumns()
Declaration
protected abstract void HookRowColumns()
  OnRangeSet()
Declaration
protected virtual void OnRangeSet()
  UnhookRowColumns()
Declaration
protected abstract void UnhookRowColumns()