API Reference
Class
LegacyXlsTableBlockLevelFormatting
Represents List12 block-level formatting references for projected table regions.
Inheritance
- Object
- LegacyXlsTableBlockLevelFormatting
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> HeaderStyleRecordIndex { get; } #Gets the zero-based Style record index for table header cells, when specified.
public String HeaderStyleName { get; } #Gets the header style name carried by the List12BlockLevel payload, when specified.
public Nullable<Int32> DataStyleRecordIndex { get; } #Gets the zero-based Style record index for table data cells, when specified.
public String DataStyleName { get; } #Gets the data style name carried by the List12BlockLevel payload, when specified.
public Nullable<Int32> TotalStyleRecordIndex { get; } #Gets the zero-based Style record index for table total-row cells, when specified.
public String TotalStyleName { get; } #Gets the total-row style name carried by the List12BlockLevel payload, when specified.