<Code Lib>
2023 Method
Changes 0
M

TableSectionData.GetCellCombinedParameters(Int32, Int32)

Description:
Returns an array of combined parameter data for the specified cell
Overloads (2):
GetCellCombinedParameters(Int32,Int32)

public IList<TableCellCombinedParameterData> GetCellCombinedParameters(
	int nRow,
	int nCol
)

  • Int32
    nRow
  • Int32
    nCol
Return Value IList<TableCellCombinedParameterData> IList TableCellCombinedParameterData

Loading…