Deletes an existing section.
The section is specified by its key (AbsId), which is contained in the SectionParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteSection( _
ByVal pISectionParams As SectionParams _
) |
- pISectionParams
- The key of the section to be deleted.
You cannot delete a section that is associated with a withholding tax code (WithholdingTaxCodes) or certificate series (CertificateSeries).
| Deleting a section (C#) | Copy Code | |
|---|---|---|
| ||