[This is preliminary documentation and is subject to change.]

Returns the property list for the csv file.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public DataView GetOcCsvPropertyList(
	Object o
)
Visual Basic (Declaration)
Public Function GetOcCsvPropertyList ( _
	o As Object _
) As DataView
Visual C++
public:
DataView^ GetOcCsvPropertyList(
	Object^ o
)

Parameters

o
Type: System..::.Object
The input object.

Return Value

The DataView having an id (field name) and description (field value)

See Also