Unit 'fpsClasses' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fpspreadsheet]

TsCells

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpsclasses.pas line 78

type TsCells = class(TsRowColAVLTree)

protected

  procedure DisposeData(); override;

  

  function NewData; override;

  

public

  constructor Create();

  

  function AddCell();

  

  procedure DeleteCell();

  

  function FindCell();

  

  function GetFirstCell;

  

  function GetFirstCellOfRow();

  

  function GetLastCell;

  

  function GetLastCellOfRow();

  

  function GetEnumerator;

  

  function GetReverseEnumerator;

  

  function GetColEnumerator();

  

  function GetRangeEnumerator();

  

  function GetRowEnumerator();

  

  function GetReverseColEnumerator();

  

  function GetReverseRangeEnumerator();

  

  function GetReverseRowEnumerator();

  

end;

Inheritance

TsCells

  

|

TsRowColAVLTree

  

|

TObject



CT Web help

CodeTyphon Studio