[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableFormat.SetAlignment

SetAlignment Method

SetAlignment(TableAlignment)

Sets how the table is aligned in the document.

Declaration
protected override void SetAlignment(TableAlignment value)
Protected Overrides Sub SetAlignment(value As TableAlignment)
Parameters
Type Name Description
TableAlignment value

The TableAlignment value.

Overrides