Click or drag to resize

TableRowHeight Structure

Represents a table row height.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Document.TablesTableRowHeight

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public struct TableRowHeight : IEquatable<TableRowHeight>

The TableRowHeight type exposes the following members.

Constructors
 NameDescription
Public methodTableRowHeight Initializes a new instance of the TableRowHeight struct.
Top
Properties
 NameDescription
Public propertyRule Gets the table row height rule.
Public propertyValue Gets the table row height value.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this TableRowHeight instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TableRowHeight) Determines whether the other  TableRowHeight is equal to this TableRowHeight instance.
Public methodGetHashCode Returns a hash code for this TableRowHeight instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TableRowHeight, TableRowHeight) Determines whether first and second TableRowHeights are equal.
Public operatorStatic memberInequality(TableRowHeight, TableRowHeight) Determines whether first and second TableRowHeights are not equal.
Top
See Also