Dimension
यह दिखाता है कि कोई कार्रवाई किस डाइमेंशन पर लागू होनी चाहिए.
Enums |
DIMENSION_UNSPECIFIED |
डिफ़ॉल्ट वैल्यू, इस्तेमाल न करें. |
ROWS |
शीट की पंक्तियों पर काम करता है. |
COLUMNS |
यह शीट के कॉलम पर काम करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया."],[[["Specifies the area an operation affects within a sheet, such as rows or columns."],["Includes options for specifying operations on rows (`ROWS`) and columns (`COLUMNS`), as well as a default `DIMENSION_UNSPECIFIED` option for situations where the dimension is irrelevant."],["Users should avoid the `DIMENSION_UNSPECIFIED` option and select the specific dimension (either `ROWS` or `COLUMNS`) relevant to their needs."]]],["The core content defines an enumeration system for specifying the operational dimension within a sheet. `DIMENSION_UNSPECIFIED` is a placeholder not for use. `ROWS` indicates the operation should apply to the sheet's rows. `COLUMNS` indicates the operation should apply to the sheet's columns. These enums are essential for defining the scope of actions performed on a data sheet.\n"]]