SpreadsheetSearchableObjects
SpreadsheetSearchableObjects enumeration
워터마크 검색에 포함될 Excel 콘텐츠 개체를 나타내는 플래그를 지정합니다.
[Flags]
public enum SpreadsheetSearchableObjects
가치
이름 | 값 | 설명 |
---|---|---|
None | 0 |
검색 개체를 지정하지 않습니다. |
Shapes | 1 |
도형 검색. |
ChartsBackgrounds | 2 |
차트 배경에서 검색합니다. |
HeadersFooters | 4 |
머리글 및 바닥글에서 검색합니다. |
WorksheetBackgrounds | 8 |
워크시트 배경에서 검색합니다. |
Cells | 10 |
셀에서 검색합니다. |
Hyperlinks | 20 |
하이퍼링크에서 검색합니다. |
AttachedImages | 40 |
첨부된 이미지에서 검색합니다. |
All | 7F |
모든 콘텐츠 개체에서 검색합니다. |