Excel for UWP/WinRT
Item(String) プロパティ

特定の名前の XLSheet を取得します(大文字小文字は区別される)。
構文
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As XLSheet
public XLSheet Item( 
   System.string name
) {get;}

パラメータ

name
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

XLSheetCollection クラス
XLSheetCollection メンバ
オーバーロード一覧

Send Feedback