XmlMappedRange_AddressType.Item – vlastnost
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Obor názvů: Microsoft.Office.Tools.Excel
Sestavení: Microsoft.Office.Tools.Excel (v Microsoft.Office.Tools.Excel.dll)
Syntaxe
'Deklarace
ReadOnly Default Property Item ( _
RowAbsolute As Boolean, _
ColumnAbsolute As Boolean, _
ReferenceStyle As XlReferenceStyle, _
External As Boolean, _
RelativeTo As Object _
) As String
string this[
bool RowAbsolute,
bool ColumnAbsolute,
XlReferenceStyle ReferenceStyle,
bool External,
Object RelativeTo
] { get; }
Parametry
- RowAbsolute
Typ: System.Boolean
- ColumnAbsolute
Typ: System.Boolean
- ReferenceStyle
Typ: Microsoft.Office.Interop.Excel.XlReferenceStyle
- External
Typ: System.Boolean
- RelativeTo
Typ: System.Object
Hodnota vlastnosti
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.