Show / Hide Table of Contents

Class TableBase

Inheritance
System.Object
TableBase
Table
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()
Back to top Generated by DocFX