Index[in] A variable of the int type that contains coordinate of the beginning of the separator segment in a base grid. By the base grid here we assume the grid formed by table borders and separators. Each vertical separator increments the horizontal coordinate by one, and each horizontal separator increments the vertical coordinate by one. Coordinate axes are oriented from left to right and from top to bottom.type[in] A variable of the TableSeparatorTypeEnum type that contains the new value of the property.Result[out, retval] A pointer to TableSeparatorTypeEnum variable that receives the value of the property. Must not be NULL.
Separator type is not an attribute of the entire separator but of a single separator segment between the adjacent intersections with perpendicular separators. Therefore this property is indexed by the Index parameter. Separator type is an attribute of its segment with coordinates [Index,Index+1] in a base grid. Table separators’ types are automatically corrected during operations with groups of table cells (merging and splitting).