Spread ASP.NET 6.0 Product Documentation
ProcessMargin(RectangleF,Inset) Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseCellType Class > ProcessMargin Method : ProcessMargin(RectangleF,Inset) Method


rect
The rect.
margin
The margin.

Glossary Item Box

Processes the margin.

Syntax

Visual Basic (Declaration) 
Protected Overloads Function ProcessMargin( _
   ByVal rect As RectangleF, _
   ByVal margin As Inset _
) As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As BaseCellType
Dim rect As RectangleF
Dim margin As Inset
Dim value As RectangleF
 
value = instance.ProcessMargin(rect, margin)
C# 
protected RectangleF ProcessMargin( 
   RectangleF rect,
   Inset margin
)

Parameters

rect
The rect.
margin
The margin.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.