Workbook.ServerViewableItems 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Microsoft Office SharePoint Server 서버에 표시되는 통합 문서의 게시된 개체 목록과 상호 작용하는 데 사용할 수 있는 개체를 가져옵니다.
public:
property Microsoft::Office::Interop::Excel::ServerViewableItems ^ ServerViewableItems { Microsoft::Office::Interop::Excel::ServerViewableItems ^ get(); };
public Microsoft.Office.Interop.Excel.ServerViewableItems ServerViewableItems { get; }
member this.ServerViewableItems : Microsoft.Office.Interop.Excel.ServerViewableItems
Public ReadOnly Property ServerViewableItems As ServerViewableItems
속성 값
서버에 표시되는 통합 문서의 게시된 개체 목록과 상호 작용하는 데 사용할 수 있는 Microsoft.Office.Interop.Excel.ServerViewableItems 개체입니다.
설명
이 속성은 Excel Services 게시할 수 있는 통합 문서의 항목 컬렉션을 반환합니다. 이 컬렉션의 개체만 서버에 표시됩니다. 기본적으로 전체 통합 문서(모든 워크시트 포함)가 표시됩니다.
통합 문서당 하나의 Microsoft.Office.Interop.Excel.ServerViewableItems 개체만 존재할 수 있습니다. 서버에서 볼 수 있는 것으로 표시된 개체의 이름이 고유하다는 보장은 없으므로 이 컬렉션을 이름으로 인덱싱할 수 없습니다.
Excel 사용자 인터페이스에서 Excel Services 옵션 대화 상자에서 서버에서 볼 수 있는 것으로 표시된 개체의 컬렉션을 볼 수 있습니다.