Visual Basic (Declaration) | |
---|---|
Public Sub AddFormat( _ ByVal format As String, _ ByVal ParamArray parts() As K2FieldPart _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2FieldPartCollection Dim format As String Dim parts() As K2FieldPart instance.AddFormat(format, parts) |
C# | |
---|---|
public void AddFormat( string format, params K2FieldPart[] parts ) |
C++/CLI | |
---|---|
public: void AddFormat( String^ format, ... array<K2FieldPart^>^ parts ) |
Parameters
- format
- parts
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2