Click or drag to resize
PicoXLSX

LowLevelDynamicRow Class

Class representing a row that is either empty or containing cells. Empty rows can also carry information about height or visibility
Inheritance Hierarchy
SystemObject
  PicoXLSXLowLevelDynamicRow

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
private sealed class DynamicRow

The LowLevelDynamicRow type exposes the following members.

Constructors
 NameDescription
Public methodLowLevelDynamicRow Initializes a new instance of the LowLevelDynamicRow class
Top
Properties
 NameDescription
Public propertyCellDefinitions Gets the List of cells if not empty
Public propertyRowNumber Gets or sets the row number (zero-based)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also