GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableRowHeight Struct

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Represents a table row height.

    • C#
    • VB.NET
    public struct TableRowHeight : IEquatable<TableRowHeight>
    Public Structure TableRowHeight
        Implements IEquatable(Of TableRowHeight)
    Implements
    System.IEquatable<TableRowHeight>

    Constructors

    TableRowHeight(Double, TableRowHeightRule)

    Initializes a new instance of the TableRowHeight struct.

    • C#
    • VB.NET
    public TableRowHeight(double value, TableRowHeightRule rule)
    Public Sub New(value As Double, rule As TableRowHeightRule)
    Parameters
    value
    System.Double

    The table row height value.

    rule
    TableRowHeightRule

    The table row height rule.

    Properties

    Rule

    Gets the table row height rule.

    • C#
    • VB.NET
    public readonly TableRowHeightRule Rule { get; }
    Public ReadOnly Property Rule As TableRowHeightRule
    Property Value
    TableRowHeightRule

    The table row height rule.

    Value

    Gets the table row height value.

    • C#
    • VB.NET
    public readonly double Value { get; }
    Public ReadOnly Property Value As Double
    Property Value
    System.Double

    The table row height value.

    Methods

    Equals(TableRowHeight)

    Determines whether the other TableRowHeight is equal to this TableRowHeight instance.

    • C#
    • VB.NET
    public bool Equals(TableRowHeight other)
    Public Function Equals(other As TableRowHeight) As Boolean
    Parameters
    other
    TableRowHeight

    The other table row height to compare with this table row height instance.

    Returns
    System.Boolean

    true if the other TableRowHeight is equal to this TableRowHeight instance; otherwise, false.

    Equals(Object)

    Determines whether the specified System.Object is equal to this TableRowHeight instance.

    • C#
    • VB.NET
    public override bool Equals(object obj)
    Public Overrides Function Equals(obj As Object) As Boolean
    Parameters
    obj
    System.Object

    The System.Object to compare with this table row height instance.

    Returns
    System.Boolean

    true if the specified System.Object is a TableRowHeight and is equal to this TableRowHeight instance; otherwise, false.

    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Returns a hash code for this TableRowHeight instance.

    • C#
    • VB.NET
    public override int GetHashCode()
    Public Overrides Function GetHashCode As Integer
    Returns
    System.Int32

    An integer value that specifies a hash value for this TableRowHeight instance.

    Overrides
    System.ValueType.GetHashCode()

    ToString()

    Returns a System.String that represents this TableRowHeight instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this TableRowHeight instance.

    Overrides
    System.ValueType.ToString()

    Operators

    Equality(TableRowHeight, TableRowHeight)

    Determines whether first and second TableRowHeights are equal.

    • C#
    • VB.NET
    public static bool operator ==(TableRowHeight first, TableRowHeight second)
    Public Shared Operator =(first As TableRowHeight, second As TableRowHeight) As Boolean
    Parameters
    first
    TableRowHeight

    The first table row height.

    second
    TableRowHeight

    The second table row height.

    Returns
    System.Boolean

    true if first and second table row heights are equal; otherwise, false.

    Inequality(TableRowHeight, TableRowHeight)

    Determines whether first and second TableRowHeights are not equal.

    • C#
    • VB.NET
    public static bool operator !=(TableRowHeight first, TableRowHeight second)
    Public Shared Operator <>(first As TableRowHeight, second As TableRowHeight) As Boolean
    Parameters
    first
    TableRowHeight

    The first table row height.

    second
    TableRowHeight

    The second table row height.

    Returns
    System.Boolean

    true if first and second table row heights are not equal; otherwise, false.

    Implements

    System.IEquatable<T>
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.