Enum CopyFormatType

Enum CopyFormatType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

表示插入行时复制格式的类型。

public enum CopyFormatType

字段

Clear = 2

清除格式。

SameAsAbove = 0

格式与上方行相同。

SameAsBelow = 1

格式与下方行相同。

 中文