Show / Hide Table of Contents

Class GridCell5

Represents a visual layout cell with merge span metadata, suitable for use as a reusable layout template independent of COM references.

Inheritance
object
GridCell5
GhostGridCell5
MergedGridCell5
RowEndGridCell5
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.DOM.Tables
Assembly: CoverageKiller2.dll
Syntax
public class GridCell5
Remarks

THIS CLASS IS NOT TO INCLUDE ANY CK.DOM references. Version: CK2.00.01.0033

Constructors

GridCell5(int, int, GridCell5)

Declaration
public GridCell5(int row, int col, GridCell5 masterCell = null)
Parameters
Type Name Description
int row
int col
GridCell5 masterCell

Properties

ColSpan

Declaration
public int ColSpan { get; }
Property Value
Type Description
int

GridCol

Declaration
public int GridCol { get; }
Property Value
Type Description
int

GridRow

Declaration
public int GridRow { get; }
Property Value
Type Description
int

IsGhostCell

Declaration
public virtual bool IsGhostCell { get; }
Property Value
Type Description
bool

IsMasterCell

Declaration
public virtual bool IsMasterCell { get; }
Property Value
Type Description
bool

IsMergedCell

Declaration
public virtual bool IsMergedCell { get; }
Property Value
Type Description
bool

IsRowEndMarker

Declaration
public virtual bool IsRowEndMarker { get; }
Property Value
Type Description
bool

MasterCell

Declaration
public virtual GridCell5 MasterCell { get; }
Property Value
Type Description
GridCell5

RowSpan

Declaration
public int RowSpan { get; }
Property Value
Type Description
int

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX