IItemContainerGenerator.

InsertSpace(int, int) Method

Summary

Inserts space for newly inserted containers in the index.

Syntax

void InsertSpace(int index, int count)

Parameters

Name Type Description
index int The index at which space should be inserted.
count int The number of blank spaces to create.

Return Value

Type Description
void