class documentation

class XlCopyContentType(IntEnum):

View In Hierarchy

XlCopyContentType列挙体

Members:

CopyContentTypeAll 値、セル書式、関数セルのセル書式

CopyContentTypeValueOnly 値のみ

CopyContentTypeValueAndFormat 値とセル書式(表示書式、フォント、フィル・・)

CopyContentTypeFormatOnly セル書式(表示書式、フォント、フィル・・)のみ

Class Variable CopyContentTypeAll 値、セル書式、関数セルのセル書式
Class Variable CopyContentTypeFormatOnly セル書式(表示書式、フォント、フィル・・)のみ
Class Variable CopyContentTypeValueAndFormat 値とセル書式(表示書式、フォント、フィル・・)
Class Variable CopyContentTypeValueOnly 値のみ
CopyContentTypeAll =

値、セル書式、関数セルのセル書式

CopyContentTypeFormatOnly =

セル書式(表示書式、フォント、フィル・・)のみ

CopyContentTypeValueAndFormat =

値とセル書式(表示書式、フォント、フィル・・)

CopyContentTypeValueOnly =

値のみ