This document is archived and information here might be outdated. Recommended version. |
Indicates if Field name column will be output to the HTML Popup tool.
[Visual Basic .NET]
Public Property HTMLHideFieldNameColumn As Boolean
[C#]
public bool HTMLHideFieldNameColumn {get; set;}
[C++]
HRESULT get_HTMLHideFieldNameColumn(
Boolean* pHide
);
[C++]
HRESULT put_HTMLHideFieldNameColumn(
VARIANT_BOOL pHide
);
[C++] Parameters pHide [out, retval]
pHide is a parameter of type bool* pHide [in]
pHide is a parameter of type bool