StringList.resize Method¶
Module: StringList
Definition¶
StringList object.
resize(self, new_size: int) -> None
Parameters
new_sizeintin object.
Exceptions
An error has occurred during Document Library execution.
void resize(int newSize)
Parameters
newSizeintin object.
Exceptions
An error has occurred during Document Library execution.
public void Resize(int newSize)
Parameters
newSizeintin object.
Exceptions
An error has occurred during Document Library execution.
public void resize(int newSize) throws DocumentException
Parameters
newSizeintin object.
Exceptions
An error has occurred during Document Library execution.
public func resize(newSize: Int32) throws
Parameters
newSizeInt32in object.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentStringList_Resize (
ID3_DOCUMENT_STRING_LIST hStringList,
int newSize)
Parameters
Returns