VDataSectionAddSection Method |
Creates a section within a parentsection (eg: vevent within a vcalendar section)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic VDataSection AddSection(
string sLabel
)
Public Function AddSection (
sLabel As String
) As VDataSection
public:
VDataSection^ AddSection(
String^ sLabel
)
member AddSection :
sLabel : string -> VDataSection
Parameters
- sLabel
- Type: SystemString
Return Value
Type:
VDataSection
See Also