Share via


XMLExcelDocument_RU.setWorksheetSpans Method [AX 2012]

Sets the value of the spans attribute for the specified worksheet.

Syntax

public void setWorksheetSpans(int _spans, [int _worksheetId])

Run On

Called

Parameters

  • _spans
    Type: int
    The value of the spans attribute.
  • _worksheetId
    Type: int
    The worksheet ID of the worksheet for which this value is valid.

Remarks

The value is the same for all rows in the worksheet, set it as the right-most filled cell in the worksheet.

See Also

Reference

XMLExcelDocument_RU Class