Class SpanHandlingMode
Enumeration of how to handle cells with rowspan/colspan in exports
Controls how merged cells are represented in different export formats.
Inheritance
System.Object
SpanHandlingMode
Namespace: IronPdf.Extractions
Assembly: IronPdf.dll
Syntax
public sealed class SpanHandlingMode : Enum
Fields
Annotate
Add annotations for spanned cells
Adds metadata like [ROWSPAN=2, COLSPAN=3] to spanned cells.
Declaration
public const SpanHandlingMode Annotate
Field Value
| Type | Description |
|---|---|
| SpanHandlingMode |
Empty
Leave spanned cells empty except for origin
Only the origin cell contains content, spanned cells are empty.
Declaration
public const SpanHandlingMode Empty
Field Value
| Type | Description |
|---|---|
| SpanHandlingMode |
Merge
Show as single merged cell
Only the origin cell contains content, spanned cells are empty.
Works for formats that support cell merging like Html.
Declaration
public const SpanHandlingMode Merge
Field Value
| Type | Description |
|---|---|
| SpanHandlingMode |
Repeat
Repeat cell content in all spanned cells
Each cell in the span area contains the same text as the origin cell.
Declaration
public const SpanHandlingMode Repeat
Field Value
| Type | Description |
|---|---|
| SpanHandlingMode |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |