Share via


ListObjectPoint.Parse Method

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Excel.Contract
Assembly:  Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    cellAddress As String _
) As ListObjectPoint
'Usage
Dim cellAddress As String
Dim returnValue As ListObjectPoint

returnValue = ListObjectPoint.Parse(cellAddress)
public static ListObjectPoint Parse(
    string cellAddress
)

Parameters

Return Value

Type: Microsoft.Office.Tools.Excel.Contract.ListObjectPoint

.NET Framework Security

See Also

Reference

ListObjectPoint Structure

ListObjectPoint Members

Microsoft.Office.Tools.Excel.Contract Namespace