|
Property |
Method |
Event |
|
|
GetCurrentCellSizeGets the size (height and width) of the current cell. SyntaxHRESULT GetCurrentCellSize( ParameterspWidth [out] Width of the current cell. pHeight [out] Height of the current cell. Return Values0 (always) RemarksIf the caret is not inside a cell, the method fails and the return values for the width and height are '0'. Sample CodesVBScript dim object, x, y See Also |