Show / Hide Table of Contents

Class MergedGridCell5

Inheritance
object
GridCell5
MergedGridCell5
Inherited Members
GridCell5.GridRow
GridCell5.GridCol
GridCell5.IsRowEndMarker
GridCell5.MasterCell
GridCell5.IsGhostCell
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 MergedGridCell5 : GridCell5

Constructors

MergedGridCell5(int, int, GridCell5)

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

Properties

IsMasterCell

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

IsMergedCell

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

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