Parameters
- char * str
- String to add.
- int Top
- Upper left row position. This parameter is optional. The default is the first row.
- int Left
- Upper left column position. This parameter is optional. The default is the first column.
- int Bottom
- Lower right row position. This parameter is optional. The default is the last row.
- int Right
- Lower right column position. This parameter is optional. The default is the last column.
- BOOL caseSense
- If this value is TRUE, the strings are added as case-sensitive. This parameter is optional. The default is TRUE.