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

Sets the field heading

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public void SetFieldHeading(
	int i,
	string str
)
Visual Basic (Declaration)
Public Sub SetFieldHeading ( _
	i As Integer, _
	str As String _
)
Visual C++
public:
void SetFieldHeading(
	int i, 
	String^ str
)

Parameters

i
Type: System..::.Int32
The field index
str
Type: System..::.String
The heading

See Also