'Declaration
Public Overridable Function GetErrorIconBound( _
ByVal As Graphics, _
ByVal As Appearance, _
ByVal As Rectangle, _
ByVal As Single _
) As Rectangle
'使用法
Dim instance As BaseCellType
Dim g As Graphics
Dim appearance As Appearance
Dim cellRectangle As Rectangle
Dim zoomFactor As Single
Dim value As Rectangle
value = instance.GetErrorIconBound(g, appearance, cellRectangle, zoomFactor)