NamedRange_CharactersType.Item[Int32, Int32] Property

Definition

public:
 property Microsoft::Office::Interop::Excel::Characters ^ default[int, int] { Microsoft::Office::Interop::Excel::Characters ^ get(int Start, int Length); };
public Microsoft.Office.Interop.Excel.Characters this[int Start, int Length] { get; }
member this.Item(int * int) : Microsoft.Office.Interop.Excel.Characters
Default Public ReadOnly Property Item(Optional Start As Integer, Optional Length As Integer) As Characters

Parameters

Start
Int32
Length
Int32

Property Value

Applies to