Show / Hide Table of Contents

Class GhostGridCell5

Ghost cell points to itself but is not a master. used to take place of undiscovered grid placements.

Inheritance
object
GridCell5
GhostGridCell5
Inherited Members
GridCell5.GridRow
GridCell5.GridCol
GridCell5.IsRowEndMarker
GridCell5.IsMergedCell
GridCell5.ColSpan
GridCell5.RowSpan
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 GhostGridCell5 : GridCell5

Constructors

GhostGridCell5()

Declaration
public GhostGridCell5()

Properties

IsGhostCell

Declaration
public override bool IsGhostCell { get; }
Property Value
Type Description
bool
Overrides
GridCell5.IsGhostCell

IsMasterCell

Declaration
public override bool IsMasterCell { get; }
Property Value
Type Description
bool
Overrides
GridCell5.IsMasterCell

MasterCell

Declaration
public override GridCell5 MasterCell { get; }
Property Value
Type Description
GridCell5
Overrides
GridCell5.MasterCell

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