Click or drag to resize

CellExtensionsAlignCell Method


Namespace: Seal.Renderer
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
Syntax
C#
public static IContainer AlignCell(
	this IContainer container,
	ResultCell cell
)

Parameters

container  IContainer
 
cell  ResultCell
 

Return Value

IContainer

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also