Enum CopyFormatType

CopyFormatType enumeration

Represents type of copying format when inserting rows.

public enum CopyFormatType

Values

NameValueDescription
SameAsAbove0Formats same as above row.
SameAsBelow1Formats same as below row.
Clear2Clears formatting.

See Also