VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SheetCellsCopyMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
SheetCellsCopyMode Enumeration
In This Topic
Specifies available copy modes for worksheet cells.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum SheetCellsCopyMode
   Inherits System.Enum

[Flags()]
public enum SheetCellsCopyMode : System.Enum

Members
MemberDescription
CopyCellStyleCopy style of worksheet cell.
CopyCellValueCopy value of worksheet cell.
CopyCellFormulaCopy formula of worksheet cell.
CopyCellCommentCopy comment of worksheet cell.
CopyHyperlinksCopy heperlinks, which are linked with worksheet cell.
CopyAllCopy all content (style, value, formula, comment, hyperlink) of worksheet cell.
CreateStylesCreate styles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Office.Spreadsheet.SheetCellsCopyMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also