Search
Table.FitSizeToPicture Method
See Also
 



Makes the table as big as the picture assigned to it.

 Syntax

VB6  Copy Code

Public Sub FitSizeToPicture ()

C++  Copy Code

public:
void FitSizeToPicture ()

 Remarks

When a picture is loaded this method resizes the table to fit the picture's size.

 See Also