Class GridCell5
Represents a visual layout cell with merge span metadata,
suitable for use as a reusable layout template independent of COM references.
Assembly: CoverageKiller2.dll
Syntax
Constructors
GridCell5(int, int, GridCell5)
Declaration
public GridCell5(int row, int col, GridCell5 masterCell = null)
Parameters
Properties
ColSpan
Declaration
public int ColSpan { get; }
Property Value
GridCol
Declaration
public int GridCol { get; }
Property Value
GridRow
Declaration
public int GridRow { get; }
Property Value
IsGhostCell
Declaration
public virtual bool IsGhostCell { get; }
Property Value
IsMasterCell
Declaration
public virtual bool IsMasterCell { get; }
Property Value
IsMergedCell
Declaration
public virtual bool IsMergedCell { get; }
Property Value
IsRowEndMarker
Declaration
public virtual bool IsRowEndMarker { get; }
Property Value
MasterCell
Declaration
public virtual GridCell5 MasterCell { get; }
Property Value
RowSpan
Declaration
public int RowSpan { get; }
Property Value
Extension Methods