Class CellCharacteristics
- Namespace
- The.Office
- Assembly
- Instagile.Office.dll
public sealed record CellCharacteristics : IEquatable<CellCharacteristics>
- Inheritance
-
CellCharacteristics
- Implements
-
- Inherited Members
-
Constructors
CellCharacteristics(bool, bool, bool, bool, bool, bool, bool, bool, bool)
public CellCharacteristics(bool Header = false, bool FirstColumn = false, bool LastColumn = false, bool FirstGroupRow = false, bool LastGroupRow = false, bool IsEven = false, bool IsInteger = false, bool IsDecimal = false, bool IsDate = false)
Parameters
Header bool
FirstColumn bool
LastColumn bool
FirstGroupRow bool
LastGroupRow bool
IsEven bool
IsInteger bool
IsDecimal bool
IsDate bool
Properties
FirstColumn
public bool FirstColumn { get; init; }
Property Value
- bool
FirstGroupRow
public bool FirstGroupRow { get; init; }
Property Value
- bool
public bool Header { get; init; }
Property Value
- bool
IsDate
public bool IsDate { get; init; }
Property Value
- bool
IsDecimal
public bool IsDecimal { get; init; }
Property Value
- bool
IsEven
public bool IsEven { get; init; }
Property Value
- bool
IsInteger
public bool IsInteger { get; init; }
Property Value
- bool
LastColumn
public bool LastColumn { get; init; }
Property Value
- bool
LastGroupRow
public bool LastGroupRow { get; init; }
Property Value
- bool