Property

Method

Event

 

 

SetCurrentCellSize

Sets the size (height and width) of the current cell. If the caret is not inside a cell, the method is ignored.

Syntax

    HRESULT SetCurrentCellSize(
    long width,
    long height
    );

Parameters

width

[in] Width of the cell.

height

[in] Height of the cell.

Return Values

0 (always)

Sample Codes

VBScript

dim object
set object = document.editForm
object.wec.SetCurrentCellSize 100,20

See Also

GetCurrentCellSize