ICheckBoxes.Characters Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Characters ( _
Start As Object, _
Length As Object _
) As Characters
Get
'Usage
Dim instance As ICheckBoxes
Dim Start As Object
Dim Length As Object
Dim value As Characters
value = instance.Characters(Start, Length)
Characters this[
Object Start,
Object Length
] { get; }
Parameters
- Start
Type: System.Object
- Length
Type: System.Object
Property Value
Type: Microsoft.Office.Interop.Excel.Characters