প্যারামিটারের উপর ভিত্তি করে যে সোর্স সেলটি মূল্যায়ন করা হয় সেটি পায়, অথবা যদি প্যারামিটারের ধরনটি Data Source Parameter Type.CELL না হয় তাহলে null ।
প্যারামিটারের উপর ভিত্তি করে যে সোর্স সেলটি মূল্যায়ন করা হয় সেটি পায়, অথবা যদি প্যারামিটারের ধরনটি Data Source Parameter Type.CELL না হয় তাহলে null ।
প্রত্যাবর্তন
String — উৎস সেল, যেমন A1 স্বরলিপিতে উল্লেখ করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-12-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `DataSourceParameter` class allows access to existing data source parameters, but should only be used with data connected to a database."],["This class provides methods to get the parameter name (`getName()`), the source cell (`getSourceCell()`), and the parameter type (`getType()`)."],["If the parameter type is not `DataSourceParameterType.CELL`, `getSourceCell()` will return `null`."]]],[]]