Package com.grapecity.documents.excel
Interface ITableStyleElements
public interface ITableStyleElements
Represents table style elements.
-
Method Summary
Modifier and TypeMethodDescriptionget(TableStyleElementType index) Returns a single object from a collection.intgetCount()Returns the number of objects in the collection.
-
Method Details
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Returns a single object from a collection.- Parameters:
index- A table style element.
-