public Rectangle GetRectangle( DrawingObject drawingObject, bool getPaintingRect )
'Declaration Public Overloads Function GetRectangle( _ ByVal drawingObject As DrawingObject, _ Optional ByVal getPaintingRect As Boolean _ ) As Rectangle
'Declaration
Public Overloads Function GetRectangle( _ ByVal drawingObject As DrawingObject, _ Optional ByVal getPaintingRect As Boolean _ ) As Rectangle
'Usage Dim instance As WorksheetDrawing Dim drawingObject As DrawingObject Dim getPaintingRect As Boolean Dim value As Rectangle value = instance.GetRectangle(drawingObject, getPaintingRect)
'Usage
Dim instance As WorksheetDrawing Dim drawingObject As DrawingObject Dim getPaintingRect As Boolean Dim value As Rectangle value = instance.GetRectangle(drawingObject, getPaintingRect)
WorksheetDrawing Class WorksheetDrawing Members Overload List