A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class FormDocumentTableRowCell

Inheritance
System.Object
FormDocumentTableRowCell
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class FormDocumentTableRowCell

Constructors

FormDocumentTableRowCell()

Declaration
public FormDocumentTableRowCell()

Properties

colSpan

Declaration
public byte colSpan { get; set; }
Property Value
Type Description
System.Byte

colSpanSpecified

Declaration
public bool colSpanSpecified { get; set; }
Property Value
Type Description
System.Boolean

name

Declaration
public string name { get; set; }
Property Value
Type Description
System.String

Section

Declaration
public FormDocumentTableRowCellSection[] Section { get; set; }
Property Value
Type Description
FormDocumentTableRowCellSection[]