Table of Contents

Enum InsertOptionsType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public enum InsertOptionsType

Fields

FormatAsAfter = 1

Indicates that inserted row/column has the same format as the row below or column right.

FormatAsBefore = 0

Indicates that inserted row/column has the same format as the row above or column left.

FormatDefault = 2

Indicates that inserted row/column has default format.