ConvertTableToRange Method
In This Topic
Converts the specified table to a range.
Syntax
'Declaration
Public Sub ConvertTableToRange( _
ByVal As String _
)
'Usage
Dim instance As SheetView
Dim tableName As String
instance.ConvertTableToRange(tableName)
public void ConvertTableToRange(
string
)
Parameters
- tableName
- Name of table to convert.
See Also